Skip to content

feat: private field for user_metadata table - #21

Merged
JerryImMouse merged 2 commits into
masterfrom
feat/private-user-metadata
Aug 31, 2026
Merged

feat: private field for user_metadata table#21
JerryImMouse merged 2 commits into
masterfrom
feat/private-user-metadata

Conversation

@JerryImMouse

@JerryImMouse JerryImMouse commented Aug 31, 2026

Copy link
Copy Markdown
Owner

What
Adds a new private field to user_metadata table to explicitly say what data is sensitive and which is not.
This resulted into a huge changes in the set_metadata and get_metadata routes to somehow provide new field :P
Resolves #10
Why
Some web panels WOULD like to show user's metadata to him, they need a way to determine which is safe to show.

Checklist

  • cargo fmt passes
  • cargo clippy passes
  • README / OpenAPI updated, if the public API changed

@JerryImMouse
JerryImMouse enabled auto-merge (squash) August 31, 2026 10:14
@JerryImMouse
JerryImMouse merged commit 745df40 into master Aug 31, 2026
7 checks passed
@JerryImMouse
JerryImMouse deleted the feat/private-user-metadata branch August 31, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add a private field in user_metadata table

1 participant